home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000211_news@newsmaster….columbia.edu _Wed Feb 11 12:02:09 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id MAA11453
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 11 Feb 1998 12:02:09 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id MAA23185
  7.     for kermit.misc@watsun; Wed, 11 Feb 1998 12:02:08 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: [Q] Transfer file through TCP/IP
  12. Date: 11 Feb 1998 17:02:06 GMT
  13. Organization: Columbia University
  14. Lines: 24
  15. Message-ID: <6bslie$jdv$1@apakabar.cc.columbia.edu>
  16. References: <6bqhgm$e22$1@news.nyu.edu>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8397
  19.  
  20. In article <6bqhgm$e22$1@news.nyu.edu>,
  21. Jihai Qiu <jihai@PROBLEM_WITH_YOUR_MAIL_GATEWAY_FILE.nyu.edu> wrote:
  22. : We want to transfer files from an NT web server to a VAX machine through 
  23. : TCP/IP in batch mode. If I set the C-kermit in server mode on the VAX 
  24. : machine on one of my telnet session, and use another NT command window to 
  25. : run kermit to send a file, it did not work.  Could anyone please tell me 
  26. : how I can transfer a file from an NT server to a VAX machine without 
  27. : telneting to the VAX machine to bring up the Kermit, and how to provide 
  28. : the VAX user name and password for sending the file?
  29. You will need a newer version of VMS C-Kermit, in fact one that is not
  30. yet released.  Then you will be able to tell it (for example):
  31.  
  32.   set host * 3000
  33.  
  34. to make it listen for a connection on TCP port 3000, and then Kermit on NT
  35. can "set host <ip-hostname-of-the-vax> 3000" to connect to the server.
  36.  
  37. We should be announcing the Beta test of C-Kermit 6.1 for VMS, UNIX, etc,
  38. shortly.  If you want to try it before then, send email to:
  39.  
  40.   kermit-support@columbia.edu
  41.  
  42. - Frank